Auto merge of #3253 - nipunn1313:exe, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Nov 2016 18:35:23 +0000 (11:35 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2016 18:35:23 +0000 (11:35 -0700)
commitdb472ccaac98bbde4915a576678198facb3cbfdc
treebe9f4f3a5286f20db05f23720e86825a103f39c8
parent84a3e5c213c70e987561f5798b54ae3536402df6
parentdab3f5ab19302a201ecfa3452db6f4cef117df8a
Auto merge of #3253 - nipunn1313:exe, r=alexcrichton

Add an [EXE] hamcrest substitution for file extension

This should make the testing a bit more precise as to whether
we expect targets of the form foo.exe vs foo-abc123.exe. I
was also considering adding a [/] substitution for the fwd
slash vs backslash [..], but thought I would leave that to another PR
if we thought that was a good idea.